Click or drag to resize

UpdateAcceptEncoding Property

Gets or sets Accept-Encoding header field. The Accept-Encoding header field, is used to specify acceptable request body encoding schemes. If not included, the assumed encoding will be text/plain.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string AcceptEncoding { get; set; }

Property Value

Type: String
See Also